home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Basic / Visual Basic.60 / VB98 / WIZARDS / AXDOCWIZ.DLL / 1033 / TEXT / INSTRUCT
Encoding:
Text File  |  1998-06-18  |  1.9 KB  |  23 lines

  1. The ActiveX Document Migration Wizard has finished converting your forms.
  2.  
  3. What To Do Next
  4. ===============
  5. ActiveX Document based applications provide a seamless way for Visual Basic developers to create applications that run in-place in ActiveX Document container applications, such as Microsoft Internet Explorer and Microsoft Office Binder. 
  6. While a UserDocument is very similar to a standard Visual Basic form, there are subtle differences. For example, with a standard form, there are methods to show, hide, load, and unload forms. But because the UserDocument object's display and lifetime are handled by the container, these methods don't apply. Additionally, navigating between ActiveX documents typically requires using the Hyperlink object.
  7.  
  8. To test your new ActiveX document in Internet Explorer:
  9. 1 Press F5 to run your project.
  10. 2 Switch to Internet Explorer.
  11. 3 On the File menu, click Open, and type in the name of the temporary .vbd file created for your ActiveX document, then click OK.
  12. 4 You can then test and debug your project in the same manner as any other ActiveX DLL or EXE project.
  13.  
  14. To test your new ActiveX document in Office Binder:
  15. 1 Press F5 to run your project.
  16. 2 Switch to Office Binder
  17. 3 On the Section menu click Add to display the Add Section dialog box. From the list of ProgID's, double-click the ProgID of your ActiveX document.
  18. 4 You can then test and debug your project in the same manner as any other ActiveX DLL or EXE project.
  19.  
  20. For a step-by-step lesson that teaches the basic principles of creating an ActiveX document from scratch, see Chapter 5, "Creating an ActiveX Document," in "Creating ActiveX Components," in the Component Tools Guide, available in the Professional and Enterprise editions.
  21.  
  22. For more details about ActiveX document creation, see Chapter 11, "Building an ActiveX Document," in "Creating ActiveX Components," in the Component Tools Guide, available in the Professional and Enterprise editions.
  23.